﻿
@charset "utf-8";
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	left: 0px;
	top: 0px;
	position: absolute;
}
.nivoSlider a.nivo-imageLink {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	z-index: 6;
}
.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	z-index: 5;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
.nivo-caption {
	background: #fff;
	padding: 50px;
	left: 20%;
	top: -300px;
	width: 530px;
	color: #444444;
	position: absolute;
	z-index: 8;
	opacity: 0.8;
}
.nivo-caption p {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	line-height: 30px;
}
.htmlcaption_more {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	background: #464C5B;
	color: #fff;
	margin-top: 24px;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.htmlcaption_more:hover {
	background: #02ADC6;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	top: 42%;
	position: absolute;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	background: url("../images/prev.png") no-repeat;
	left: 25px;
}
.nivo-nextNav {
	background: url("../images/next.png") no-repeat;
	right: 25px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
